NurbsSurface.Knots operator

説明

指定されたUV方向のKnotCollectionオブジェクトを戻します。

パラメータ

パラメータ タイプ 詳細
NurbsDirection siNurbsDirection NURBs の座標方向(Uまたは v)

VBScript の例

set oObject = Application.ActiveProject.ActiveScene.Root.AddGeometry("Sphere","NurbsSurface")
set oNurbsSurfaceMesh = oObject.ActivePrimitive.Geometry
set oNurbsSurface = oNurbsSurfaceMesh.Surfaces(0)
set oUKnots = oNurbsSurface.Knots(siUDirection)